aliases:
- alias
- aliases
- How to/Add aliases to note
permalink: aliases
cssclasses:
- soft-embed
If you want to reference a file using different names, consider adding aliases to the note. An alias is an alternative name for a note.
Use aliases for things like acronyms, nicknames, or to refer to a note in a different language.
If you're only trying to change how a link looks in one place, see how to Change the link display text instead.
Use link display text when you want to customise how a link looks in a specific place.
Use aliases when you want to refer to the same note using different names throughout your vault.
To add an alias for a note, add aliases
property in the note Properties. Aliases should always be formatted as a list in YAML.
---
aliases:
- Doggo
- Woofer
- Yapper
---
# Dog
To link to a note using an alias:
Enter
to select the alias.Obsidian creates the link with the alias as its custom display text, for example [[Artificial Intelligence|AI]]
.
Rather than just using the alias as the link destination ([[AI]]
), Obsidian uses the [[Artificial Intelligence|AI]]
link format to ensure interoperability with other applications using the Wikilink format.
By using Backlinks, you can find unlinked mentions of aliases.
For example, after setting "AI" as an alias for "Artificial intelligence", you can see mentions of "AI" in other notes.
If you link an unlinked mention to an alias, Obsidian turns the mention into an internal link with the alias as its display text.